Update Xen version to 4.0.0-rc3
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 16 Feb 2010 11:55:18 +0000 (11:55 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 16 Feb 2010 11:55:18 +0000 (11:55 +0000)
Config.mk
xen/Makefile

index c0da0bed6e024813d6c02cc7be549b4c41007440..cb5fecb7ee0582dd4883b031c5ad34ffa2f73359 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -150,7 +150,8 @@ QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
 # CONFIG_QEMU ?= ../qemu-xen.git
 CONFIG_QEMU ?= $(QEMU_REMOTE)
 
-QEMU_TAG ?= d463cfee458bacfe1ee3cb9c3b4ce46a6be06edf
+QEMU_TAG := xen-4.0.0-rc3
+#QEMU_TAG ?= d463cfee458bacfe1ee3cb9c3b4ce46a6be06edf
 # Thu Feb 4 17:04:48 2010 +0000
 # passthrough: support Intel IGD passthrough with VT-D
 
index c890e402e8ae3af28b825773bcb110d257d8dd1c..bc587cd1c2f38db207a1695860c62a1f6ef2bbe8 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 0
-export XEN_EXTRAVERSION ?= .0-rc3-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc3$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version